transaction manager

英 [trænˈzækʃn ˈmænɪdʒə(r)] 美 [trænˈzækʃn ˈmænɪdʒər]

网络  事务管理器; 事务处理管理器; 事务管理; 交易管理器; 事务管理程序

计算机



双语例句

  1. When the application invokes commit(), the transaction manager uses a two-phase commit protocol to end the transaction.
    当应用程序调用commit()时,事务管理器用一个两阶段的提交协议结束事务。
  2. Spring uses a transaction manager interface implementation to perform the actual transaction demarcation at runtime.
    Spring在运行时使用一个事务管理器接口实现来执行实际的事务划分。
  3. The unit of work must be managed by an external transaction manager running on the same system as the client business application.
    工作单元必须由在客户机业务应用程序所在的系统上运行的外部事务管理器管理。
  4. The WebSphere transaction manager will attempt to finish TxB1 by issuing xa. commit().
    WebSphere事务管理器将通过发出xa.commit()尝试完成TxB1。
  5. All of these entities interact with the transaction manager so that your application code doesn't have to.
    所有这些实体都与事务管理器进行交互,于是应用程序代码就不必与之交互了。
  6. The behavior of the transaction manager should not be affected by the state change of the resource manager.
    事务管理器的行为应该不会受到资源管理器状态变化的影响。
  7. In a heterogeneous environment you will usually find a Transaction Manager that is responsible for the handling of Distributed Transactions.
    在异构环境中,您通常会发现一个事务管理器(TransactionManager),负责处理分布式事务。
  8. A process in the transaction manager executes a DB2-related transaction.
    事务管理中的一个进程执行一个DB2相关的事务。
  9. The transaction-manager property holds a reference to the transaction manager bean defined in the Spring configuration file.
    transaction-manager属性保存一个对在Spring配置文件中定义的事务管理器bean的引用。
  10. The transaction manager detects an error before starting the transaction.
    启动事务前,事务管理器检测到一个错误。
  11. Every J2EE-compliant application server has an internal component called the Transaction Manager.
    每个符合J2EE规范的应用程序服务器都有一个叫作事务管理器的内部组件。
  12. The transaction manager should be able to detect the availability of the resource manager as it becomes available.
    事务管理器应该在资源管理器可用时,能够检测到其可用性。
  13. It also configures data store and transaction manager.
    它还配置了数据库和事务管理器。
  14. The administrator needs to grant privileges for using the Informix server with the transaction manager, as in this example
    管理员需要授予特权,才能将Informix服务器和事务管理器一起使用,如下例所示
  15. The transaction manager loads the XA switch structure at run time.
    事务管理器在运行时加载XA开关结构。
  16. If a database failure occurs, the transaction manager reports the possibility of inconsistent data from failed transactions.
    如果发生数据库故障,则事务管理器将报告故障事务导致的不一致数据的可能性。
  17. The resource manager fails between prepare and commit processing, and the transaction manager detects the failure.
    在准备和提交进程期间,资源管理器出现故障,事务管理器检测到错误。
  18. A transaction manager can add or remove interactions to or from a resource manager by simply controlling the set of resource managers linked to executable modules.
    事务管理器通过只控制与可执行模块链接的资源管理器集,可以向资源管理器添加或从中删除交互。
  19. The transaction manager should be able to continue with transactions that do not involve the failed resource manager.
    事务管理器应该能够继续处理没有包含出错资源管理器的事务。
  20. A distributed transaction involves a transaction manager and one or more resource managers.
    一个分布式的事务涉及一个事务管理器和一个或者多个资源管理器。
  21. In this article, I have presented a prototype implementation of a distributed transaction coordination service that uses a transaction manager to control a set of transactions.
    在本文中,我介绍了使用事务管理器控制一组事务的分布式事务协调服务的原型实现。
  22. Consider a measurement of a transaction manager's total number of commits.
    请考虑事务管理程序的提交总数度量值。
  23. These test cases present a multi-process transaction manager, and so each transaction is executed in a separate process.
    这些测试案例演示一个多进程事务管理器,因此每个事务都是在一个独立的进程中执行的。
  24. The WebSphere transaction manager then attempts to get a new connection to RAC.
    WebSphere事务管理器将尝试获取到RAC的新连接。
  25. Can your transaction manager promise higher availability?
    您的事务管理器能保证较高的可用性吗?
  26. A request to establish a connection with the transaction manager was denied.
    拒绝了与事务管理器建立连接的申请。
  27. When the application commits the transaction, the transaction manager initiates the two-phase commit protocol.
    在应用程序提交事务时,事务管理器启动两阶段提交协议。
  28. A connection with the transaction manager was lost.
    失去了与事务管理器的连接。
  29. Represents a callback that is used to indicate to the transaction manager that the transaction should be rolled back.
    表示一个回调,该回调用于向事务管理器指示应该回滚事务。
  30. The transaction manager first asks each enlisted resource manager if it is prepared to commit the transaction.
    事务管理器首先向每个登记的资源管理器发出询问,了解它是否准备提交事务。